projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85a3e4e
)
fix typo in mailcap-mime-extensions
author
Tom Tromey
<tom@tromey.com>
Wed, 18 Jan 2017 04:58:09 +0000
(21:58 -0700)
committer
Tom Tromey
<tom@tromey.com>
Wed, 18 Jan 2017 16:42:00 +0000
(09:42 -0700)
* lisp/net/mailcap.el (mailcap-mime-extensions): Use "text/x-patch",
not "test/x-patch". (Bug#25472)
lisp/gnus/mailcap.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/mailcap.el
b/lisp/gnus/mailcap.el
index fc259d43090b17ea9b447675985d15dc409ce2f0..0a339e8c112d0d9a22fb09281fba8c2a336d3a0c 100644
(file)
--- a/
lisp/gnus/mailcap.el
+++ b/
lisp/gnus/mailcap.el
@@
-818,7
+818,7
@@
If NO-DECODE is non-nil, don't decode STRING."
(".css" . "text/css")
(".dvi" . "application/x-dvi")
(".diff" . "text/x-patch")
- (".dpatch". "te
s
t/x-patch")
+ (".dpatch". "te
x
t/x-patch")
(".el" . "application/emacs-lisp")
(".eps" . "application/postscript")
(".etx" . "text/x-setext")